Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

param-case

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

param-case

Transform into a lower cased string with dashes between words

  • 3.0.4
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created

What is param-case?

The param-case package is a utility for converting text into 'param case', also known as 'kebab case', where words are lowercase and separated by hyphens. This is often used in URLs and file names.

What are param-case's main functionalities?

Convert to Param Case

Converts a string to param case (kebab case), making it lowercase with words separated by hyphens.

const { paramCase } = require('param-case');

const result = paramCase('stringToConvert');
// Output: 'string-to-convert'

Other packages similar to param-case

Keywords

FAQs

Package last updated on 02 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc